home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / roof_to_.swf / scripts / DefineButton2_251 / BUTTONCONDACTION on(release).as
Text File  |  2007-03-28  |  107b  |  6 lines

  1. on(release){
  2.    _root.sound.buttonsound();
  3.    _parent.gotoAndPlay(77);
  4.    _root.mytargetcourse = 3;
  5. }
  6.